a{
  color:inherit;
}
a:hover{
  color:inherit;
  text-decoration:none;
}
ul{
  list-style:none;
  padding-left:0px;
}
.container{
  max-width: 1450px;
}
/* z-index导航999搜索1000 */
.fixedtop{
  position: fixed;
  top:0;
  left:0px;
  background: #fff;
  width:100%;
  z-index: 999;
}
.new_searchbox{
  position: fixed;
  top:0;
  left:0px;
  background: rgba(0,0,0,.5);
  z-index: 1000;
  display: none;
}
.new_searchbtn1{
  border-left: #eee solid 1px;
  border-right: #eee solid 1px;
  width:72px;
  height:100%;
  text-align: center;
}
.padding0{
  padding:0px;
}
.new_search{
  position: fixed;
  width:600px;
  height:200px;
  left: 50%;
  top:50%;
  margin-top: -100px;
  margin-left: -300px;
  padding:20px;
  z-index: 1001;
}
.new_searchboxtop{
  display: flex;
  justify-content: space-between;
  color: #fff;
  margin-bottom: 20px;

}
.new_searchboxtop h2{
  font-size: 16px;
}

.closed{
  width:30px;
  height:30px;
  border-radius: 100px;
  background: rgba(0,0,0,.5);
  line-height: 30px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  transform: rotate(0deg);
  transition: all .5s ease  .1s;
}
.closed:hover{
   transform: rotate(180deg);
   transition: all .5s ease  .1s;
}

.topbar{
  width:100%;
  text-align: right;
  color: #999;
  font-size: 14px;
  border-bottom: #eee solid 1px;
  line-height: 45px;
  padding-right: 20px;
}
.topbar a{
  padding-left: 5px;
  margin-left: 20px;
  position: relative;
}
.topbar a::before{
content :"";
width:3px;
height:3px;
border-radius: 30px;
background: #999;
position: absolute;
top:45%;
left:0px;
}
.navbox{
  border-bottom: #eee solid 1px;
}
.navli{
  width:14.28%;
  height:100%;
}
.nava{
  display: block;
  width:100%;
  height:100%;
  text-align: center;
  line-height:4.3;
  position: relative;
}
.navli{
  position: relative;
}
.navmenu>.navli::before{
  content: "";
  width:0px;
  height: 5px;
  background: #a21f2c;
  position: absolute;
  left:50%;
  margin-left: -40px;
  bottom:0px;
  transition: all .5s ease .2s;
}
.navmenu>.navli:hover>a{
  font-weight: bold;
}
/* .navmenu>.navli:hover p{
  font-weight: normal;
} */
.navmenu>.navli:hover::before{
  width:80px;
  transition: all .5s ease .2s;
}
.navmenu{
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.navdown{
  width:1200px;
  height:366px;
  position:fixed;
  top:118px;
  margin-left: -600px;
  left: 50%;
  z-index: 998;
  border:#eee solid 1px;
  border-top: none;
  display: none;
  background: #fff;
}
.navdowncontent{
  width:1005px;
  padding:20px;
}
.navdownbox{
  display: flex;
}
.navdownside{
  width:150px;
  padding-top: 20px;
}
.navdownside li{
   cursor: pointer;
   line-height:40px;
   text-align: center;
}
.red{
  color: #a21f2c;
}
.sshide{
  display: none;
}
.width100 img{
  width:100%;
}
.black a{
  border:#666 solid 1px;
}
.white a{
  border:#fff solid 1px;
}
.more a{
  padding:5px 10px;
  font-size: 14px;
}
.navdowncontentfr p{
  font-size: 14px;
}
.navdowncontentfr h3{
  font-size:15px;
  font-weight: bold;
  margin-bottom: 1rem;
}
.accordionbox{
  display: flex;
}
.accordion{
  background-position: left center;
  background-size: auto 120%;
  width:33%;
  color: #fff;
  height:320px;


}
.accordion h3{
  font-size: 17px;
  font-weight: bold;
  overflow:hidden;
  /* text-overflow:ellipsis; */
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
}
.accordion p{
  overflow:hidden;
  /* text-overflow:ellipsis; */
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  display: none;
}
.accordion .more{
  display: none;
}
.bgblack{
  width:100%;
  height:100%;
  background: rgba(0,0,0,.5);
  padding:20px;
  padding-top: 230px;
}
.banner{
  margin-top: 113px;
}
.redborder{
  border-bottom: #a21f2c solid 1px;
}
.newsmenu{
  width:100%;
  border-bottom: #eee solid 1px;
  display: flex;
  justify-content: center;
  margin-bottom: 0px;
}
.newsmenu li{
  width:100px;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
  margin:-1px 20px;
}
.bgf5{
  background: #f5f5f5;
}
.newscontent{
  padding:20px 0;
}
.swiper-containermm{
  color: #fff;
}

.bgblack1{
  background: rgba(0,0,0,.5);
  position: absolute;
  bottom:0px;
  left: 0px;
  padding:10px;
  width:100%;
}
.newbox1 .col-2{
  text-align:center;
  line-height: 1.2;
  font-size: 14px;
}
.newbox1 .col-2 span{
  font-size: 20px;
}
.newbox1 .col-10 h3{
  overflow:hidden;
  /* text-overflow:ellipsis; */
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  font-size: 18px;
  font-weight: bold;
}
.newbox1 .col-10 p{
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0px;
}
.newbox2 .col-10 p{
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 0px;
  color: #666;
}
.newbox2 .col-2 {
  color: #666;
}
.newbox2{
  border-bottom: #ddd solid 1px;
  padding-bottom: 20px;
}
.swiper1-button{
  width:100%;
  position: absolute;
  top:50%;
  z-index: 1;
  display: flex;
  justify-content: space-between;
}
ul.mainul li{
  font-size: 18px;
  padding:15px 0px;
  display: flex;
  justify-content:space-between;
  border-bottom: #ddd solid 1px;
  overflow:hidden;
  /* text-overflow:ellipsis; */
  white-space:nowrap;
}
ul.mainul li a{
  width:80%;
  overflow:hidden;
 text-overflow:ellipsis;
  white-space:nowrap;
  display:inline-block;
  overflow: hidden;
}
.morebox{
  text-align: right;
  font-size: 14px;
}
.redradius{
  width:70px;
  height:70px;
  padding:5px;
  border-radius: 666px;
  background: #a21f2c;
  margin:10px auto;
}
.part3{
  padding: 20px 0px;
  text-align: center;
  font-size: 18px;
}
.part4boxfl{
  position: relative;
  width:355px;
  height:271px;
}
.bgblack2{
  width:100%;
  height:100%;
  background: rgba(0,0,0,.5);
  position: absolute;
  z-index: 2;
  left: 0px;
  top:0px;
  text-align: center;
  align-items: center;
  line-height: 271px;
  display: none;
}
.part4box{
  width:710px;
  height:271px;
  position: relative;
}
.part4boxfr{
  width:370px;
  height:271px;
  position: absolute;
  z-index: 3;
  top:0px;

  text-align: center;
}
.part4boxfr2{
  padding:87px 70px 0px 55px;
}
.part4boxfr1{
  padding:87px 55px 0px 70px;
}
.part4boxfr p{
  font-size:14px;
  text-align: left;
  line-height: 1.8;
}
.part4boxfr h3{
  font-size: 22px;
  font-weight: bold;
  color: #a21f2c;
  position: relative;
  padding-bottom: 5px;
}
.part4boxfr h3::before{
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0px;
  width:40px;
  height: 1px;
  margin-left: -20px;
  background: #a21f2c;
  z-index: 5;
}
.part4boxfr1{
  background-image: url("../images/bg1no.png") ;
  right:0px;
}
.nono{
  display: none;
}
.part4boxfr2{
  background-image: url("../images/bg2no.png") ;
  left:0px;
}
.part4boxfl2{
  position: absolute;
  right:0px;
  z-index: 1;
}
.part4boxout{
  overflow: hidden;
}
.part4box{
  float: left;
}
.part4{
  padding: 40px 0px;
}
.footer{
  padding:20px 0px;
}
.footer img{
  width:100px;
}
.accordion h3 a:hover{
  color: inherit;
}
.accordion p a:hover{
  color: inherit;
}
.white a:hover{
  color: inherit;
}
.navli>a{
  font-size: 17px;
}
/* .navdownside li{
  font-weight: bold;
} */
.newsmenu li.redborder{
  font-weight: bold;
}
.newsmenu li{
  font-size:18px;
}
.navdownside li{
  font-size:16px;
}
.part3{
  font-weight: bold;
}
.footer a, .footer p{
  /* margin-top: 1rem; */
  font-size: 14px;
}
.part4boxfr h3 {
  margin-bottom: 1rem;
}
.navdownside1 li:hover{
  color: #a21f2c;
}
.navdownside1{
  width:150px;
  font-size: 18px;
  padding-top: 20px;
}
.navdownside1 li{
   cursor: pointer;
   line-height:40px;
   text-align: center;
}
.navdown1{
  width:150px;
  height:200px;
  margin-left: -75px;
  left:40%;
}
.navdown2{
  width:150px;
  height:151px;
  margin-left: -75px;
  left:68%;
}
/* NOTE: 8.19新增 */
.newbox1{
  /* position: relative; */
}
.newbox2{
  position: relative;
}
.newbox1::before{
  position: absolute;
  content: "";
  left: 0px;
  bottom:0px;
  width:0;
  height: 3px;
  background: #a2202a;
  transition: all .8s ease .2s;
}
.newbox1:hover::before{
  width:100%;
  transition: all .8s ease .2s;
}
.bgf5 .col-2 .redradius{
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg); /* Safari 与 Chrome */
  transition: all .5s ease 0s;
}
.bgf5 .col-2:hover .redradius{
  transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg); /* Safari 与 Chrome */
  transition: all .8s ease .2s;
}
.swiper-container1-text{
  color: #fff;
  position: absolute;
  left: 15vw;
  /* width:0px; */
  /* border-left:rgba(255,255,255,.5) solid 3px;
  padding-left: 10px; */
  line-height: 1;
  opacity: 0;
  overflow: hidden;
  white-space: nowrap;
  font-size: 2.5rem;
  /* text-shadow: 0px 0px 5px rgba(0,102,146,.5); */
  top:15%;
}
.swiper-container1 .swiper-slide:nth-child(5) .swiper-container1-text{
  left: auto;
  right:15vw;
  top:auto;
  bottom:15%;
}
.swiper-container1-text-ani-slide{
  /* width:800px; */
  opacity: 1;
  transition: all 2s linear .2s;
}
.navdown3{
  width:150px;
  height:320px;
  margin-left: -75px;
  left:47%;
}
.newfooter{
  background: url(../images/footerbg.jpg) no-repeat center;
  padding:80px 0px 120px;

}
.newfooter .col{
  text-align: center;
}
.newfooter a{
  display: block;
  width: 160px;
  line-height: 45px;
  color: #fff;
  margin:0 auto;
  text-align:left;
}
.newfooter a:hover{
  color: #a31f2c;
}
.borderright{
  width:1px;
  height: 30px;
  margin-top: 18px;
  background: #fff;
}
.newfooterb{
  background: #373737;
  color: #fff;
  line-height: 60px;
  text-align: center;
}


/* 0908新增切换友链 */
.newfooter h1{
	font-size: 22px;
    font-weight: bold;
    color: #ffffff;
	line-height: 40px;
}
.yqlj{
	display: flex;
	justify-content: space-between;
}
.part2fr{}
.part2fr ul.part2ul{list-style:none; overflow: hidden; margin-bottom: 5px;}
.part2fr ul.part2ul li{float:left;cursor:pointer; text-align: center;padding:5px 0px; font-size: 18px;margin-right: 35px; color:#ffffff; }
.part2fr ul.part2ul li.aa{color:#ae1b1b;}
.part2fr .content1{}
.part2fr .content1>div{display:none; position: relative;}
.part2fr .content1>div.aa{display:block;}
.newfooter {
    background: url(../images/footerbg.jpg) center center no-repeat;
    padding: 23px 0px 0px;
}